home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000013_news@newsmaster….columbia.edu _Thu Apr 30 09:24:46 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA20535
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 30 Apr 1998 09:24:44 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA01195
  7.     for kermit.misc@watsun; Thu, 30 Apr 1998 09:24:43 -0400 (EDT)
  8. Path: news.columbia.edu!panix!howland.erols.net!news-peer.sprintlink.net!news-backup-east.sprintlink.net!news.sprintlink.net!199.125.85.9!news.mv.net!newspump.wustl.edu!rice!not-for-mail
  9. From: salevin_@_caam.rice.edu
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Direct Serial Connect MS DOS Kermit
  12. Date: 30 Apr 1998 13:10:47 GMT
  13. Organization: SEP
  14. Lines: 32
  15. Message-ID: <6i9t8n$m94$1@joe.rice.edu>
  16. NNTP-Posting-Host: www.trip.caam.rice.edu
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:8662
  18.  
  19. >In article <6i4r3p$c82$1@nnrp1.dejanews.com>, spellican@hotmail.com writes:
  20. >> I have an old 8088 (DOS only) and a pentium (Win95) sitting next to each
  21. >> other, and would like to transfer files via serial port (RS-232). I have
  22. >> MS-DOS Kermit 3.15. It is it capable of doing this, and if so how?
  23. >>
  24. >> Thanks in advance!
  25. >> Steve Pellican
  26. >> spellican@hotmail.com
  27. >----------
  28.  
  29. I've done this twice, once between a win3.1/DOS6.11 machine and a MAC-SE
  30. and once between a win95 machine and a DOS5-only PC.  In both cases I
  31. used a RS-232 connection with a null-modem adaptor.  (For the MAC I
  32. purchased the little wire-it-yourself RS232 ends into which you plug
  33. a modular telephone-like cord (8-wire).  For the DOS5 PC I bought
  34. a premanufacured cable from a local electronics/computer discount store.)
  35.  
  36. For the MAC-SE transfers I used MS-DOS kermit on the PC side and the
  37. builtin VersaTerm kermit support on the MAC side.  Point the PC kermit
  38. at the correct COM port, set compatible speed and flow control, and
  39. put in in server mode.  On the MAC side set speed and flow control,
  40. and get or put the desired files.
  41.  
  42. For the DOS5 transfers I used MS-DOS kermit on the PC side and the built-in
  43. win-95 Hyperterminal on the other.  Again set compatible speeds and flow
  44. controls, put the DOS5 side in server mode and let 'em rip.
  45.  
  46. Batch transfers work in both cases, but I haven't experimented with
  47. kermit scripting and auto-download modes due to infrequency of use.
  48.  
  49. - Stew Levin
  50.   stew (AT) sep.stanford.edu